-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update README #188
chore: update README #188
Conversation
README.md
Outdated
|
||
![Github Actions CI](https://github.com/interledger/web-monetization-extension/actions/workflows/sanity.yml/badge.svg?branch=main) | ||
[![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://prettier.io/) | ||
|
||
</center> | ||
Web Monetization is a browser extension that detects Web Monetization on websites using a browser API that allows the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggesting rewording:
The Web Monetization browser extension is an open source implementation of the Web Monetization draft specification - learn more here. The extension is built with React and TypeScript.
This extension detects whether a user is focused on a website that is Web Monetization enabled, and then makes it possible for the user to decide if they want to streaming payments from the user's authorized digital wallet to the website.
@@ -1,103 +1,125 @@ | |||
## Web Monetization Extension | |||
<h1 align="center">Web Monetization Extension</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you want to do <h1 text-align="center">Web Monetization Extension</h1>
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, align
is what I wanted to do.
Edit: text-align
doesn't seem to work https://github.com/interledger/web-monetization-extension/blob/ead6dac96065ef328384edcdb584817e30f52b9e/README.md.
This reverts commit ead6dac.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, thanks Radu.
Context
Closes #170.
Changes proposed in this pull request
To be merged after #184.